home *** CD-ROM | disk | FTP | other *** search
/ PC Media 4 / PC MEDIA CD04.iso / share / udos / xutil155 / xutil155.doc < prev   
Text File  |  1990-07-17  |  4KB  |  94 lines

  1.                                 X Utilities
  2.  
  3.  
  4.            The included utilities are potentially hazardous.  No, they do
  5.       not contain a virus, trojan horse, or any other patently malicious
  6.       code in them.  Rather, these utilities are very powerful at removing
  7.       files from your disk (hard drive and/or floppy).  With this level
  8.       power comes the opportunity for YOU the user to make a mistake of
  9.       larger consequence.  Below are description of what each utility
  10.       does.
  11.  
  12.  
  13.  
  14.       XDEL  - works much like xcopy, except in reverse.  XDEL will erase
  15.               files just like del or erase does at the DOS command line. 
  16.               XDEL has some options that neither del nor erase have. 
  17.               These options are:
  18.  
  19.           pause     - XDEL can pause before deleting to ask if you
  20.                       actually want to delete that file.
  21.  
  22.           erase     - XDEL can erase empty subdirectories.
  23.  
  24.           search    - XDEL will search subdirectories for matching files
  25.                       and delete them as well if you want.
  26.  
  27.           date      - XDEL will only erase files modified before a date    
  28.                       that you give it.  Used to get rid of old files.
  29.  
  30.           hidden    - XDEL will erase any hidden files as well as unhidden
  31.                       files it finds.
  32.  
  33.           read only - XDEL will erase any read only files it finds.
  34.  
  35.           list      - XDEL lists all files it deletes and all
  36.                       subdirectories that it removes.  You can turn this   
  37.                       off (quiet) if you want or redirect it to your printer.
  38.  
  39.  
  40.  
  41.       KILL  - truely erases a file from the disk by writing over the old
  42.               data with alternating bytes equal to 85 and 170.  Why does
  43.               it use those two numbers?  85 in binary is '01010101' and
  44.               170 in binary is '10101010'.  They are alternating ones and
  45.               zeros.  Using KILL will therefore completely remove a file
  46.               beyond any disk recovery program's capability to retrieve
  47.               that data (the type of erasing that Ollie North needed). 
  48.               So, if you are highly recommended to backup your files
  49.               before running KILL.
  50.  
  51.  
  52.  
  53.       XKILL - a combination of XDEL and KILL.  XKILL will erase files by
  54.               writing alternating 1's and 0's over existing files that are
  55.               to be killed, then delete them.  XKILL has the same options
  56.               that XDEl has, and uses the same siwtches to select those
  57.               options.
  58.  
  59.  
  60.            You can use XDEL in place of del or erase if you like as, it
  61.       works the same way.  Subdirectories are only searched and/or
  62.       erased if you tell XDEL to do so.
  63.  
  64.  
  65.                                  DISCLAIMER
  66.  
  67.  
  68.       The author, Wayne Cease, claims no responsibility for any
  69.       damages caused by the use or misuse of this product.  This
  70.       product is distributed "as is" with no warranty expressed or
  71.       implied.  The author will not be responsible for any losses
  72.       incurred, either directly or indirectly, by the use of this
  73.       product.
  74.  
  75.            Both XDEL and KILL are hereby placed in the public domain. 
  76.       They are not to be sold by any party as they are free to one
  77.       and all.
  78.  
  79.  
  80.  
  81.                           OTHER SHAREWARE SOFTWARE
  82.  
  83.  
  84.            Look for LITLMENU.ZIP (or LTLM_xxx.ZIP), a menu program for DOS
  85.       compatible computers.  LitlMenu is extremely fast, uses both keyboard
  86.       and mouse input, has a screen saver, allows you to shell to DOS, and
  87.       works in color or mono. MainMenu, the registered version, uses less
  88.       than 1k RAM!  NetMenu, the registered version for local area networks
  89.       uses only 1.5K RAM.  Available soon with all three versions is 
  90.       MicroShell, a small DOS Shell program.  MicroShell will allow you to
  91.       copy, format, check disks and directories, and more without having
  92.       to use the DOS command line.
  93.  
  94.